Add 'users/glittershark/xanthous/' from commit '53b56744f4'
git-subtree-dir: users/glittershark/xanthous git-subtree-mainline:91f53f02d8git-subtree-split:53b56744f4
This commit is contained in:
commit
2edb963b97
96 changed files with 10030 additions and 0 deletions
9
users/glittershark/xanthous/nixpkgs.nix
Normal file
9
users/glittershark/xanthous/nixpkgs.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
inherit (import <nixpkgs> {}) fetchFromGitHub;
|
||||
nixpkgs = fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs-channels";
|
||||
rev = "54f385241e6649128ba963c10314942d73245479";
|
||||
sha256 = "0bd4v8v4xcdbaiaa59yqprnc6dkb9jv12mb0h5xz7b51687ygh9l";
|
||||
};
|
||||
in import nixpkgs
|
||||
Loading…
Add table
Add a link
Reference in a new issue