Flake: add nur

This commit is contained in:
Toast 2024-01-21 21:05:09 +01:00
parent d78c2e3f67
commit 17f58cfeba
2 changed files with 18 additions and 0 deletions

16
flake.lock generated
View file

@ -299,6 +299,21 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nur": {
"locked": {
"lastModified": 1705847594,
"narHash": "sha256-YtoT6OoTIkYcwm+VPeqn+cJhyacd/WIMtBoBEvRDYVY=",
"owner": "nix-community",
"repo": "NUR",
"rev": "2b4a30cde35eb5b7813c731aa26fc475a27c723e",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"plasma-manager": { "plasma-manager": {
"inputs": { "inputs": {
"home-manager": [ "home-manager": [
@ -336,6 +351,7 @@
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs-raw": "nixpkgs-raw", "nixpkgs-raw": "nixpkgs-raw",
"nixpkgs-unstable-raw": "nixpkgs-unstable-raw", "nixpkgs-unstable-raw": "nixpkgs-unstable-raw",
"nur": "nur",
"plasma-manager": "plasma-manager", "plasma-manager": "plasma-manager",
"vscode-extensions": "vscode-extensions" "vscode-extensions": "vscode-extensions"
} }

View file

@ -63,6 +63,8 @@
}; };
nix-flatpak.url = github:gmodena/nix-flatpak/main; nix-flatpak.url = github:gmodena/nix-flatpak/main;
nur.url = "github:nix-community/NUR";
}; };
outputs = { ... } @inputs: with inputs; outputs = { ... } @inputs: with inputs;