Compare commits
1 Commits
fcefe373e7
...
4258c974be
Author | SHA1 | Date |
---|---|---|
coolneng | 4258c974be |
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
niv init
|
||||||
|
niv update nixpkgs -b nixpkgs-unstable
|
||||||
|
sed s/"pkgs ? import <nixpkgs>"/"sources ? import ./nix/sources.nix, pkgs ? import sources.nixpkgs"/ -i shell.nix
|
Loading…
Reference in New Issue