1
0
forked from clan/clan-core

Merge pull request 'flake.nix: change disko back to nix-community' (#1409) from change_disko_input into main

This commit is contained in:
clan-bot 2024-05-22 19:17:48 +00:00
commit d395e2abf3
2 changed files with 6 additions and 6 deletions

View File

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

View File

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