update flake
This commit is contained in:
parent
077449e853
commit
fe65d25c31
2 changed files with 3 additions and 5 deletions
|
@ -117,11 +117,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703255338,
|
"lastModified": 1703438236,
|
||||||
"narHash": "sha256-Z6wfYJQKmDN9xciTwU3cOiOk+NElxdZwy/FiHctCzjU=",
|
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6df37dc6a77654682fe9f071c62b4242b5342e04",
|
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
outputs = { nixos-matrix-modules, self, nixpkgs, agenix }: let
|
outputs = { nixos-matrix-modules, self, nixpkgs, agenix }: let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
root_host = "grimmauld.de";
|
|
||||||
test_value_1 = "hello world";
|
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
grimmauld-nixos-server = nixpkgs.lib.nixosSystem {
|
grimmauld-nixos-server = nixpkgs.lib.nixosSystem {
|
||||||
|
|
Loading…
Reference in a new issue