1
0

flake(inputs): update inputs

This commit is contained in:
Antoine Langlois 2024-02-25 22:27:27 +01:00
parent 31fd1ac802
commit 0c90c0d8a5
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
3 changed files with 12 additions and 28 deletions

View File

@ -25,11 +25,11 @@
]
},
"locked": {
"lastModified": 1708451036,
"narHash": "sha256-tgZ38NummEdnXvxj4D0StHBzXgceAw8CptytHljH790=",
"lastModified": 1708806879,
"narHash": "sha256-MSbxtF3RThI8ANs/G4o1zIqF5/XlShHvwjl9Ws0QAbI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "517601b37c6d495274454f63c5a483c8e3ca6be1",
"rev": "4ee704cb13a5a7645436f400b9acc89a67b9c08a",
"type": "github"
},
"original": {
@ -45,11 +45,11 @@
]
},
"locked": {
"lastModified": 1708231718,
"narHash": "sha256-IZdieFWvhBkxoOFMDejqLUYqD94WN6k0YSpw0DFy+4g=",
"lastModified": 1708737761,
"narHash": "sha256-sR/1cYjpgr71ZSrt6Kp5Dg4Ul3mo6pZIG400tuzYks8=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "0e6857fa1d632637488666c08e7b02c08e3178f8",
"rev": "bbde06bed1b72eddff063fa42f18644e90a0121e",
"type": "github"
},
"original": {
@ -60,11 +60,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1708475490,
"narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=",
"lastModified": 1708807242,
"narHash": "sha256-sRTRkhMD4delO/hPxxi+XwLqPn8BuUq6nnj4JqLwOu0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0e74ca98a74bc7270d28838369593635a5db3260",
"rev": "73de017ef2d18a04ac4bfd0c02650007ccb31c2a",
"type": "github"
},
"original": {
@ -74,29 +74,12 @@
"type": "github"
}
},
"pr-nosql-workbench": {
"locked": {
"lastModified": 1708552631,
"narHash": "sha256-cU5j7qymHgMHLcbqgh40KYk99TeCOSKvzhPPnZ+obsY=",
"owner": "datahearth",
"repo": "nixpkgs",
"rev": "8d4967078aca101d396e651ac894c63d0a3bee48",
"type": "github"
},
"original": {
"owner": "datahearth",
"repo": "nixpkgs",
"rev": "8d4967078aca101d396e651ac894c63d0a3bee48",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs",
"pr-nosql-workbench": "pr-nosql-workbench"
"nixpkgs": "nixpkgs"
}
},
"systems": {

View File

@ -19,7 +19,7 @@
hm = {
git = {
enable = true;
signingKey = "A12925470298BFEE7EE092B3946E2D0C410C7B3D";
signingKey = "099D31E860471ABE8425358243C0623D204EE13D";
};
};

View File

@ -47,6 +47,7 @@
christian-kohler.npm-intellisense
ecmel.vscode-html-css
charliermarsh.ruff
earthly.earthfile-syntax-highlighting
];
userSettings = lib.importJSON ./settings.json;
languageSnippets = {