Upgrade flake.nix
This commit is contained in:
parent
ee0fd8835c
commit
e53a688e51
2 changed files with 13 additions and 13 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -202,16 +202,16 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680250441,
|
"lastModified": 1684393286,
|
||||||
"narHash": "sha256-Qrn3mB6bb1DSvKxOJ9oAlxuMk64Fzg2W4BVmk6y3deA=",
|
"narHash": "sha256-Ws9uWtZLvTwL5HNonFr4YwyPoTU8QlCvhs6IJ92aLDw=",
|
||||||
"owner": "helix-editor",
|
"owner": "helix-editor",
|
||||||
"repo": "helix",
|
"repo": "helix",
|
||||||
"rev": "3cf037237f1d080fdcb7990250955701389ae072",
|
"rev": "7f5940be80eaa3aec7903903072b7108f41dd97b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "helix-editor",
|
"owner": "helix-editor",
|
||||||
"ref": "23.03",
|
"ref": "23.05",
|
||||||
"repo": "helix",
|
"repo": "helix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
18
flake.nix
18
flake.nix
|
@ -2,25 +2,25 @@
|
||||||
description = "dadada's nix flake";
|
description = "dadada's nix flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05;
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||||
flake-utils.url = github:numtide/flake-utils;
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = github:nix-community/home-manager/release-23.05;
|
url = "github:nix-community/home-manager/release-23.05";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware/master;
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
homePage = {
|
homePage = {
|
||||||
url = github:dadada/dadada.li;
|
url = "github:dadada/dadada.li";
|
||||||
};
|
};
|
||||||
recipemd = {
|
recipemd = {
|
||||||
url = github:dadada/recipemd/nix-flake;
|
url = "github:dadada/recipemd/nix-flake";
|
||||||
};
|
};
|
||||||
agenix = {
|
agenix = {
|
||||||
url = github:ryantm/agenix/0.13.0;
|
url = "github:ryantm/agenix/0.13.0";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
devshell = {
|
devshell = {
|
||||||
url = github:numtide/devshell;
|
url = "github:numtide/devshell";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
url = "github:NixOS/flake-registry";
|
url = "github:NixOS/flake-registry";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
helix.url = "github:helix-editor/helix/23.03";
|
helix.url = "github:helix-editor/helix/23.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { ... } @ args: import ./outputs.nix args;
|
outputs = { ... } @ args: import ./outputs.nix args;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue