Change inputs to use query parameters
This commit is contained in:
parent
83567a8c34
commit
26514824b9
2 changed files with 3 additions and 3 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -125,8 +125,8 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "lnl7",
|
||||
"ref": "22620845fee1cc16f4ea639509c50fd989ccc1ce",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "22620845fee1cc16f4ea639509c50fd989ccc1ce",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixpkgs-unstable";
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
|
@ -61,7 +61,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# agenix checks fail because of https://github.com/LnL7/nix-darwin/pull/687
|
||||
darwin-old-for-agenix.url = "github:lnl7/nix-darwin/22620845fee1cc16f4ea639509c50fd989ccc1ce";
|
||||
darwin-old-for-agenix.url = "github:lnl7/nix-darwin?ref=22620845fee1cc16f4ea639509c50fd989ccc1ce";
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue