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