awa
This commit is contained in:
parent
f8a09c24cd
commit
ba8fc6c394
16
flake.lock
16
flake.lock
|
@ -120,18 +120,16 @@
|
|||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"dirtyRev": "7acf6b2e9bfbe69b730fd708792f132d8d16ee2a-dirty",
|
||||
"dirtyShortRev": "7acf6b2e9-dirty",
|
||||
"lastModified": 1725470891,
|
||||
"narHash": "sha256-Row7FQps79x5dOGHjpbcE1gfU6J4qvPPciXBqxRcwnY=",
|
||||
"owner": "chaoticryptidz",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "7acf6b2e9bfbe69b730fd708792f132d8d16ee2a",
|
||||
"type": "github"
|
||||
"narHash": "sha256-3vK8aKbwbBPKGlGMKvLjHrJjXeHQ7Vsm9ewDTtKpmW4=",
|
||||
"type": "git",
|
||||
"url": "file:/home/chaos/nixpkgs"
|
||||
},
|
||||
"original": {
|
||||
"owner": "chaoticryptidz",
|
||||
"ref": "patch-4",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
"type": "git",
|
||||
"url": "file:/home/chaos/nixpkgs"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
# nixpkgs Unstable Inputs
|
||||
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs-unstable.url = "github:chaoticryptidz/nixpkgs/patch-4";
|
||||
nixpkgs-unstable.url = "github:chaoticryptidz/nixpkgs/awawa";
|
||||
|
||||
home-manager-unstable.url = "github:nix-community/home-manager";
|
||||
home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
|
|
|
@ -30,5 +30,4 @@ in {
|
|||
(import "${self}/overlay")
|
||||
];
|
||||
};
|
||||
environment.etc."nixpkgs-commit".text = inputs.nixpkgs-unstable.rev;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue