mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
chore: Update to latest nixos-unstable-small release
cargo-audit has been dropped to fix an issue with libgit2, which should be fixed in 1-2 weeks or so. Additionally, nvim-base16 has been renamed to base16-nvim, which is currently only recognized on -small.
This commit is contained in:
parent
71a1350732
commit
6d047a9567
14
flake.lock
generated
14
flake.lock
generated
@ -169,11 +169,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1707175763,
|
"lastModified": 1708294481,
|
||||||
"narHash": "sha256-0MKHC6tQ4KEuM5rui6DjKZ/VNiSANB4E+DJ/+wPS1PU=",
|
"narHash": "sha256-DZtxmeb4OR7iCaKUUuq05ADV2rX8WReZEF7Tq//W0+Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "f99eace7c167b8a6a0871849493b1c613d0f1b80",
|
"rev": "a54e05bc12d88ff2df941d0dc1183cb5235fa438",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -184,16 +184,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1707092692,
|
"lastModified": 1708274875,
|
||||||
"narHash": "sha256-ZbHsm+mGk/izkWtT4xwwqz38fdlwu7nUUKXTOmm4SyE=",
|
"narHash": "sha256-BIYMthHTTruzTiS6pQMKbyz8etetUVLC4sl2G1WkfMM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "faf912b086576fd1a15fca610166c98d47bc667e",
|
"rev": "55725130384a70d0803d76a5e595b620762e50b6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-unstable",
|
"ref": "nixos-unstable-small",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
@ -57,7 +57,6 @@ in
|
|||||||
rustfmt
|
rustfmt
|
||||||
cargo
|
cargo
|
||||||
cargo-info
|
cargo-info
|
||||||
cargo-audit
|
|
||||||
cargo-license
|
cargo-license
|
||||||
cargo-feature
|
cargo-feature
|
||||||
cargo-tarpaulin
|
cargo-tarpaulin
|
||||||
@ -384,7 +383,7 @@ in
|
|||||||
}
|
}
|
||||||
friendly-snippets
|
friendly-snippets
|
||||||
{
|
{
|
||||||
plugin = nvim-base16;
|
plugin = base16-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
config = "vim.cmd('colorscheme base16-${config.lib.stylix.scheme.slug}')";
|
config = "vim.cmd('colorscheme base16-${config.lib.stylix.scheme.slug}')";
|
||||||
}
|
}
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"osu-lazer-bin-2024.130.2"
|
"osu-lazer-bin-2024.131.0"
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user