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" = {
|
||||
text = ''
|
||||
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
|
||||
{ nixpkgs ? import <nixpkgs> {} }:
|
||||
with nixpkgs; mkShell {
|
||||
|
|
Loading…
Reference in a new issue