diff options
author | nin <nineinchnade@gmail.com> | 2017-07-13 23:53:54 +0200 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-07-13 23:53:54 +0200 |
commit | 01fc0e14ef3b6a8af8bb60f84ebb6b5474bab410 (patch) | |
tree | ae0773971f6061406f7ef0bf8d93bdba34e9a8ef /nin/2configs/nixpkgs.nix | |
parent | c4627764062a42f8d952ff90557c1e0d8735485f (diff) |
move source config from module system to 1systems/*/source.nix
Diffstat (limited to 'nin/2configs/nixpkgs.nix')
-rw-r--r-- | nin/2configs/nixpkgs.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nin/2configs/nixpkgs.nix b/nin/2configs/nixpkgs.nix deleted file mode 100644 index c46331b0d..000000000 --- a/nin/2configs/nixpkgs.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ ... }: - -{ - krebs.build.source.nixpkgs.git = { - url = https://github.com/nixos/nixpkgs; - ref = "01c3847"; - }; -} |