Move to numtide's devshell again

This commit is contained in:
Charlotte Van Petegem 2023-06-28 11:42:06 +02:00
parent 1673c19d07
commit 5f98c757f9
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 26 additions and 16 deletions

35
flake.lock generated
View file

@ -148,23 +148,21 @@
}, },
"devshell": { "devshell": {
"inputs": { "inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ],
"systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1678798690, "lastModified": 1687944744,
"narHash": "sha256-ES6PnlxlQ8ROzHhMKUzuvwmTZvoift1LXyG+LN7TBNI=", "narHash": "sha256-4ZtRVG/5yWHPZpkit1Ak5Mo1DDnkx1AG1HpNu/P+n5U=",
"owner": "chvp", "owner": "numtide",
"repo": "devshell", "repo": "devshell",
"rev": "5f31e3757888be373af78b724982bb4018406c98", "rev": "3864857b2754ab0e16c7c7c626f0e5a1d4e42f38",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "chvp", "owner": "numtide",
"repo": "devshell", "repo": "devshell",
"type": "github" "type": "github"
} }
@ -248,7 +246,7 @@
}, },
"flake-utils": { "flake-utils": {
"inputs": { "inputs": {
"systems": "systems" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1687709756, "lastModified": 1687709756,
@ -266,7 +264,7 @@
}, },
"flake-utils_2": { "flake-utils_2": {
"inputs": { "inputs": {
"systems": "systems_2" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1681202837, "lastModified": 1681202837,
@ -568,6 +566,21 @@
"type": "github" "type": "github"
} }
}, },
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"tetris": { "tetris": {
"inputs": { "inputs": {
"devshell": [ "devshell": [

View file

@ -36,11 +36,8 @@
}; };
}; };
devshell = { devshell = {
url = "github:chvp/devshell"; url = "github:numtide/devshell";
inputs = { inputs.nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
};
}; };
emacs-overlay = { emacs-overlay = {
url = "github:nix-community/emacs-overlay"; url = "github:nix-community/emacs-overlay";