1
0
forked from extern/nix-config

chore: Update flake inputs

emmet-language-server is now in nixos-unstable.
This commit is contained in:
Donovan Glover 2023-12-04 14:34:28 -05:00
parent 90f5bd4b59
commit c9e52534d2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 13 additions and 10 deletions

View File

@ -169,11 +169,11 @@
]
},
"locked": {
"lastModified": 1701071203,
"narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
"lastModified": 1701676655,
"narHash": "sha256-wP8i7hO2aLNJhYoTK3kqoymaCLgt4QcwWcO8d/A1CjQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
"rev": "948703f3e71f1332a0cb535ebaf5cb14946e3724",
"type": "github"
},
"original": {
@ -184,11 +184,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701068326,
"narHash": "sha256-vmMceA+q6hG1yrjb+MP8T0YFDQIrW3bl45e7z24IEts=",
"lastModified": 1701436327,
"narHash": "sha256-tRHbnoNI8SIM5O5xuxOmtSLnswEByzmnQcGGyNRjxsE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8cfef6986adfb599ba379ae53c9f5631ecd2fd9c",
"rev": "91050ea1e57e50388fa87a3302ba12d188ef723a",
"type": "github"
},
"original": {
@ -246,11 +246,11 @@
]
},
"locked": {
"lastModified": 1700923005,
"narHash": "sha256-j1Isg4ln4bfgSGuETvYPzEdEIRc/tBPpLqXa+bfvBf0=",
"lastModified": 1701532764,
"narHash": "sha256-Jrizp/nITbul2HBIraQRDw5lyJnzTsj0K9wZUFYX2gg=",
"owner": "danth",
"repo": "stylix",
"rev": "8b3f61727f3b86c27096c3c014ae602aa40670ba",
"rev": "17a452c5d58bb90057d49c7e3e613b5e6dc1c0f4",
"type": "github"
},
"original": {

View File

@ -79,6 +79,9 @@ in
# ctags
universal-ctags
# emmet
emmet-language-server
];
editorconfig = {

View File

@ -120,7 +120,7 @@
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin-2023.1114.1"
"osu-lazer-bin-2023.1130.0"
];
environment.defaultPackages = [ ];