diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 37 | 
1 files changed, 37 insertions, 0 deletions
| @@ -1,5 +1,25 @@  {    "nodes": { +    "disko": { +      "inputs": { +        "nixpkgs": [ +          "nixpkgs" +        ] +      }, +      "locked": { +        "lastModified": 1728334376, +        "narHash": "sha256-CTKEKPzD/j8FK6H4DO3EjyixZd3HHvgAgfnCwpGFP5c=", +        "owner": "nix-community", +        "repo": "disko", +        "rev": "d39ee334984fcdae6244f5a8e6ab857479cbaefe", +        "type": "github" +      }, +      "original": { +        "owner": "nix-community", +        "repo": "disko", +        "type": "github" +      } +    },      "home-manager": {        "inputs": {          "nixpkgs": [ @@ -20,6 +40,21 @@          "type": "github"        }      }, +    "impermanence": { +      "locked": { +        "lastModified": 1727649413, +        "narHash": "sha256-FA53of86DjFdeQzRDVtvgWF9o52rWK70VHGx0Y8fElQ=", +        "owner": "nix-community", +        "repo": "impermanence", +        "rev": "d0b38e550039a72aff896ee65b0918e975e6d48e", +        "type": "github" +      }, +      "original": { +        "owner": "nix-community", +        "repo": "impermanence", +        "type": "github" +      } +    },      "nixpkgs": {        "locked": {          "lastModified": 1728241625, @@ -38,7 +73,9 @@      },      "root": {        "inputs": { +        "disko": "disko",          "home-manager": "home-manager", +        "impermanence": "impermanence",          "nixpkgs": "nixpkgs"        }      } | 
