Compare commits
1 Commits
4258c974be
...
2eaf674714
Author | SHA1 | Date |
---|---|---|
coolneng | 2eaf674714 |
|
@ -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