Update to nixpkgs 23.11

This commit is contained in:
Jeremy Wall 2023-11-30 20:10:52 -05:00
parent 49e18f81e5
commit 1ca0afa83b
3 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; nixpkgs.url = "github:nixos/nixpkgs/release-23.11";
sile-flake.url = "github:sile-typesetter/sile"; sile-flake.url = "github:sile-typesetter/sile";
durnitisp-flake.url = "github:zaphar/durnitisp"; durnitisp-flake.url = "github:zaphar/durnitisp";
runwhen-flake.url = "github:zaphar/runwhen"; runwhen-flake.url = "github:zaphar/runwhen";
@ -8,7 +8,6 @@
nurl-flake.url = "github:nix-community/nurl"; nurl-flake.url = "github:nix-community/nurl";
nil-flake = { nil-flake = {
url = "github:oxalica/nil"; url = "github:oxalica/nil";
#inputs.nixpkgs.follows = "nixpkgs";
}; };
rust-overlay-flake = { rust-overlay-flake = {
url = "github:oxalica/rust-overlay"; url = "github:oxalica/rust-overlay";
@ -63,7 +62,7 @@
"tree-sitter-ocaml" "tree-sitter-ocaml"
"tree-sitter-tlaplus" "tree-sitter-tlaplus"
"tree-sitter-julia" "tree-sitter-julia"
] pkgs.tree-sitter.builtGrammars) ++ [nvim-treesitter-csharp nvim-treesitter-powershell]; ] pkgs.tree-sitter.builtGrammars) ++ [nvim-treesitter-csharp];
in { in {
imports = [ imports = [

14
nix/darwin/flake.lock generated
View File

@ -36,12 +36,12 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-SbhOVB9/kEyllgEb6fB4ZtjP/0HwL9YmQAVLkblF4gA=", "narHash": "sha256-gY/UmhMD8nqDNfIBaVXOUoI/LbO2iVVMhl7c2/Fw1X4=",
"path": "/nix/store/ahbdwscz6zwdbwa1qnhpch2639qgmjgg-source/nix/base-system", "path": "/nix/store/qz9y9n4cw4ls0wzkkdacbx73a7wqzvf1-source/nix/base-system",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/ahbdwscz6zwdbwa1qnhpch2639qgmjgg-source/nix/base-system", "path": "/nix/store/qz9y9n4cw4ls0wzkkdacbx73a7wqzvf1-source/nix/base-system",
"type": "path" "type": "path"
} }
}, },
@ -513,16 +513,16 @@
}, },
"nixpkgs_9": { "nixpkgs_9": {
"locked": { "locked": {
"lastModified": 1700682076, "lastModified": 1701389149,
"narHash": "sha256-+v5Q0qDioOXNuih+mmiwpyw8vdFy6WG13tzozG5TWxc=", "narHash": "sha256-rU1suTIEd5DGCaAXKW6yHoCfR1mnYjOXQFOaH7M23js=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ee5ddacfab29812b32b5ea8c1dacdadfdf264475", "rev": "5de0b32be6e85dc1a9404c75131316e4ffbc634c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "release-23.05", "ref": "release-23.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; nixpkgs.url = "github:nixos/nixpkgs/release-23.11";
darwin.url = "github:lnl7/nix-darwin"; darwin.url = "github:lnl7/nix-darwin";
base-system = { base-system = {
url = "../base-system/"; url = "../base-system/";