Skip to content

Commit 4e3ea31

Browse files
committed
dont use cachix rolling
1 parent 14f30f5 commit 4e3ea31

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

lib/devshell-flake.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22

3-
inputs.nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
43
inputs.systems.url = "github:nix-systems/default";
5-
64
inputs.devshell.url = "github:numtide/devshell";
7-
inputs.devshell.inputs.nixpkgs.follows = "nixpkgs";
85

96
inputs.source.url = "path:./source";
107
inputs.source.flake = false;
118

129
inputs.config.url = "path:./config";
1310

1411
outputs =
15-
inputs:
12+
inputs@{
13+
# deadnix: skip
14+
nixpkgs,
15+
...
16+
}:
1617
let
1718
ins = inputs // inputs.config.inputs;
1819
devshell_toml = ins.source + "/devshell.toml";

templates/advanced/flake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom nixpkgs distribution
22
[inputs.nixpkgs]
3-
url = "github:nixos/nixpkgs?ref=release-24.11"
3+
url = "github:nixos/nixpkgs/nixpkgs-unstable"
44
[inputs.devshell]
55
url = "github:numtide/devshell"
66
inputs.nixpkgs.follows = "nixpkgs"

templates/advanced/systems.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ "x86_64-linux" ]
1+
[ "x86_64-linux" ]

0 commit comments

Comments
 (0)