1
0
forked from clan/clan-core

flake.nix: change disko back to nix-community

This commit is contained in:
Luis Hebendanz 2024-05-22 21:14:30 +02:00
parent c885a3fec8
commit b971156df1
2 changed files with 6 additions and 6 deletions

View File

@ -7,15 +7,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1714400597, "lastModified": 1716394172,
"narHash": "sha256-AA1TCyEl4O6+6F5man/V5VH9Zl9HPBpK91tSkZ16i2E=", "narHash": "sha256-B+pNhV8GFeCj9/MoH+qtGqKbgv6fU4hGaw2+NoYYtB0=",
"owner": "Qubasa", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "58785136b8c37aeb2f67081387b48f663b166331", "rev": "23c63fb09334c3e8958b57e2ddc3870b75b9111d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Qubasa", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"type": "github" "type": "github"
} }

View File

@ -8,7 +8,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
disko.url = "github:Qubasa/disko"; disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix"; sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.inputs.nixpkgs.follows = "nixpkgs";