forked from fabian/nix_config
flake: add nixpkgs input url
This commit is contained in:
parent
cfdf227b9c
commit
263b27cbb2
3 changed files with 65 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue