Change inputs to use query parameters

This commit is contained in:
Nikodem Rabuliński 2023-10-09 19:30:15 +02:00
parent 83567a8c34
commit 26514824b9
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
2 changed files with 3 additions and 3 deletions

2
flake.lock generated
View file

@ -125,8 +125,8 @@
},
"original": {
"owner": "lnl7",
"ref": "22620845fee1cc16f4ea639509c50fd989ccc1ce",
"repo": "nix-darwin",
"rev": "22620845fee1cc16f4ea639509c50fd989ccc1ce",
"type": "github"
}
},

View file

@ -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";