feat(agenix): switch to ragenix

This commit is contained in:
reo101 2023-12-26 01:14:25 +02:00
parent 05f384a035
commit b8eee7ef35
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 22 additions and 64 deletions

View file

@ -50,28 +50,6 @@
"type": "github" "type": "github"
} }
}, },
"agenix_2": {
"inputs": {
"darwin": "darwin",
"nixpkgs": [
"ragenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1682101079,
"narHash": "sha256-MdAhtjrLKnk2uiqun1FWABbKpLH090oeqCSiWemtuck=",
"owner": "ryantm",
"repo": "agenix",
"rev": "2994d002dcff5353ca1ac48ec584c7f6589fe447",
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
"alejandra": { "alejandra": {
"inputs": { "inputs": {
"flakeCompat": "flakeCompat", "flakeCompat": "flakeCompat",
@ -155,29 +133,6 @@
"type": "github" "type": "github"
} }
}, },
"darwin": {
"inputs": {
"nixpkgs": [
"ragenix",
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1673295039,
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"deploy-rs": { "deploy-rs": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_2", "flake-compat": "flake-compat_2",
@ -229,11 +184,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1703467306, "lastModified": 1703532766,
"narHash": "sha256-JaN973jBM1AYwjpunoomJ0/YlX5aJJ8gq6UKf9231K8=", "narHash": "sha256-ojjW3cuNmqL5uqDWohwLoO8dYpheM5+AfgsNmGIMwG8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "7d6561fee4f4c9a7014d0e132f025872a85cf2af", "rev": "1b191113874dee97796749bb21eac3d84735c70a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -580,11 +535,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1702453208, "lastModified": 1703545041,
"narHash": "sha256-0wRi9SposfE2wHqjuKt8WO2izKB/ASDOV91URunIqgo=", "narHash": "sha256-nvQA+k1rSszrf4kA4eK2i/SGbzoXyoKHzzyzq/Jca1w=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "7763c6fd1f299cb9361ff2abf755ed9619ef01d6", "rev": "a15b6e525f5737a47b4ce28445c836996fb2ea8c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -622,11 +577,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1703499046, "lastModified": 1703527373,
"narHash": "sha256-A6wclPJCOMEYuD28KBOBTwHEVOKy3f9yvuMFAJ55dco=", "narHash": "sha256-AjypRssRtS6F3xkf7rE3/bXkIF2WJOZLbTIspjcE1zM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d5a917bab40daf4e5f82cd27162b8a6656d3beab", "rev": "80679ea5074ab7190c4cce478c600057cfb5edae",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1016,11 +971,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1703523406, "lastModified": 1703544839,
"narHash": "sha256-dQitzeOVDI3k+v5s714f5U2P+ihS8GSbJaasvVqMO8k=", "narHash": "sha256-UBv96D7Rn9PuMZqQ1HBeaUKo9SCEpa5sjGB3CIJGzCY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "cb29cfb57eb08e52760b40424a9e34865f328e1f", "rev": "4c682e6595400dd3cec580b326823cc0ddc48c38",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1059,7 +1014,9 @@
}, },
"ragenix": { "ragenix": {
"inputs": { "inputs": {
"agenix": "agenix_2", "agenix": [
"agenix"
],
"crane": "crane", "crane": "crane",
"flake-utils": "flake-utils_4", "flake-utils": "flake-utils_4",
"nixpkgs": "nixpkgs_4", "nixpkgs": "nixpkgs_4",

View file

@ -59,15 +59,16 @@
}; };
}; };
ragenix = {
url = "github:yaxitech/ragenix";
inputs.agenix.follows = "agenix";
};
agenix-rekey = { agenix-rekey = {
url = "github:oddlama/agenix-rekey"; url = "github:oddlama/agenix-rekey";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ragenix = {
url = "github:yaxitech/ragenix";
};
# Nix User Repository # Nix User Repository
nur = { nur = {
url = "github:nix-community/NUR"; url = "github:nix-community/NUR";
@ -118,8 +119,8 @@
, disko , disko
, deploy-rs , deploy-rs
, agenix , agenix
, agenix-rekey
, ragenix , ragenix
, agenix-rekey
, nur , nur
, spicetify-nix , spicetify-nix
, hardware , hardware

View file

@ -4,7 +4,7 @@
inputs.hardware.nixosModules.common-cpu-amd inputs.hardware.nixosModules.common-cpu-amd
inputs.hardware.nixosModules.common-gpu-amd inputs.hardware.nixosModules.common-gpu-amd
./disko.nix ./disko.nix
inputs.agenix.nixosModules.default inputs.ragenix.nixosModules.default
inputs.agenix-rekey.nixosModules.default inputs.agenix-rekey.nixosModules.default
./network.nix ./network.nix
./wireguard.nix ./wireguard.nix