forked from pub-solar/os
nix-shell: template url should be string
This commit is contained in:
parent
890ed263f0
commit
bc9e117893
|
@ -33,7 +33,7 @@ in {
|
||||||
xdg.dataFile."shell.nix.tmpl" = {
|
xdg.dataFile."shell.nix.tmpl" = {
|
||||||
text = ''
|
text = ''
|
||||||
let
|
let
|
||||||
unstable = import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz) { };
|
unstable = import (fetchTarball "https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz") { };
|
||||||
in
|
in
|
||||||
{ nixpkgs ? import <nixpkgs> {} }:
|
{ nixpkgs ? import <nixpkgs> {} }:
|
||||||
with nixpkgs; mkShell {
|
with nixpkgs; mkShell {
|
||||||
|
|
Loading…
Reference in a new issue